Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634377 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus

style.css cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/style.css
109 Views
0 Comments
body{
height: 100vh;
margin: 0px;
padding: 0px;
background-color: #0E0A2F;
position: relative;
font-size: 16px;
display: flex;
index.html cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/index.html
292 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
script.js cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/script.js
178 Views
0 Comments
const display=document.querySelector('.what');
const batterypercent=document.querySelector('.batteryIndicator');
const getInfo=navigator.getBattery();
const chargingAni=document.querySelector('.selecting');

// navigator.getBattery().then(function(battery) {
// console.log(battery)
// var level = battery.level;
readme.md.txt cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus/readme.md.txt
202 Views
0 Comments
This is Basic App indicating the status of the Battery Information like wheather the the battery is
charging or not And battery Percent like features And has Amazing UI effect. This is built using
Frontend Technologies and Javascript.